home *** CD-ROM | disk | FTP | other *** search
/ How to Get Online 1996 Spring / HOW2GON.ISO / mac / Comms & BBS / commsService 3.0.0 Final / AppleScripts / Parameter String Launch < prev    next >
Encoding:
Text File  |  1995-06-16  |  223 b   |  8 lines  |  [TEXT/ToyS]

  1. tell application "commsService"
  2.     try
  3.         set launchName to open "Name=Deakin Library◊address=library.deakin.edu.au"
  4.     on error errMsg
  5.         beep
  6.         display dialog "commsService error - " & return & return & errMsg
  7.     end try
  8. end tell